/* CSS Document */
div,form,img,ul,ol,li,dl,dt,dd,p,tr,td,input,body,strong,span,pre {
	margin: 0;
	padding: 0;
	border: 0;
}

h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body {
	font-size: 12px;
	font-family: "Arial","Microsoft YaHei","黑体",sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333;
}

img {
	border: 0px;
}

ul,li {
	list-style: none;
}

em,i {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

a:hover {
	background-repeat: no-repeat;
}

table {
	border-collapse: collapse;
}

html {
	overflow-x: hidden;
}
/*end*/

/*banner图片 k*/
@keyframes upin {
	0% {
		transform: scale(1.1)
	}

	100% {
		transform: scale(1)
	}
}

.page-banner {
	width: 100%;
	background: url(../images/page_banner.jpg) center center no-repeat;
	position: relative;
	height: 600px;
	left: 0;
	margin-top: 81px;
	transform: scale(1.1);
	vertical-align: middle;
	animation: upin 6s ease;
	transform: translate3d(0,0,0);
	background-size: cover;
}

.page-wz {
	width: 1024px;
	position: relative;
	height: 500px;
	margin: 0 auto;
}

.page-img-1 {
	position: absolute;
	top: 20%;
	left: 0;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}

.page-img-2 {
	top: 30%;
	left: 0;
	position: absolute;
}
/*banner图片 s*/

/*关于我们 k*/
.psge-auts {
	width: 100%;
	background: #f5f5f5;
	margin: 0 auto;
}

.page-con {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.page-aute-bt {
	text-align: center;
	color: #000;
	padding: 60px 0;
}

.page-aute-bt h3 {
	font-size: 28px;
	text-transform: uppercase;
	color: #666;
}

.page-aute-bt p {
	font-size: 25px;
}

.page-top {
	margin-bottom: 10px;
	overflow: hidden;
}

.page-top-l {
	float: left;
}

.page-top-wz {
	float: right;
	width: 733px;
	padding: 60px 0;
}

.page-top-wz p {
	line-height: 30px;
	font-size: 16px;
	padding-bottom: 20px;
}

.page-top-wz b {
	color: #ff6600;
	font-size: 18px;
	line-height: 33px;
}

.page-top-wz b span {
	color: #ff6600;
	border: 1px dashed #ff6600;
	display: block;
	float: left;
	padding: 5px 12px;
	width: 51px;
	text-align: center;
	margin-right: 30px;
	line-height: 26px;
}

.page-bottom {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 50px;
}

.page-bottom li {
	float: left;
	margin-right: 48px;
	height: 85px;
	padding: 37px 0 0 0;
	width: 368px;
	color: #fff;
}

.page-bottom li b {
	text-indent: 130px;
	display: block;
	font-size: 22px;
}

.page-bottom li p {
	text-indent: 130px;
	font-size: 16px;
}

.page-bottom li:nth-child(1) {
	background: url(../images/b_1.jpg) #22c37d no-repeat;
	background-position-x: 32px;
	background-position-y: 24px;
}

.page-bottom li:nth-child(2) {
	background: url(../images/b_2.jpg) #9ac542 no-repeat;
	background-position-x: 32px;
	background-position-y: 24px;
}

.page-bottom li:nth-child(3) {
	background: url(../images/b_3.jpg) #16b3c6 no-repeat;
	margin-right: 0;
	background-position-x: 32px;
	background-position-y: 24px;
}
/*关于我们 s*/

/*研究院资源 k*/
.psge-auts.ziuan {
	background: url(../images/zi-banner.jpg) no-repeat;
}

.ziuan-left {
	background: #393b48;
	overflow: hidden;
	margin-top: 100px;
	float: left;
	width: 575px;
	margin-bottom: 100px;
}

.ziuan-left b {
	background: #22c37d;
	display: block;
	padding: 13px 0;
	text-align: center;
	font-size: 25px;
	letter-spacing: 5px;
	color: #fff;
}

.ziuan-left-wz {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	padding: 12px;
}

.ziuan-left-z {
}

.ziuan-left-z b {
	background: #147fa3;
	text-align: left;
	font-size: 18px;
	letter-spacing: 0;
	padding: 11px 11px;
	width: 409px;
	border-bottom-right-radius: 40px;
	border-top-right-radius: 40px;
	margin-top: 25px;
}

.ziuan-left-z span {
	display: block;
	background: #9ac542;
	margin-right: 5px;
	float: left;
	width: 96px;
	height: 57px;
	border-radius: 96px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding-top: 39px;
	margin-top: 30px;
	margin-bottom: 40px;
	font-weight: bold;
	margin-left: 12px;
	box-shadow: 1px 6px 8px rgba(225,225,225,.3);
}

.ziuan-right {
	background: #393b48;
	float: right;
	width: 575px;
	overflow: hidden;
	margin-top: 100px;
}

.ziuan-right b {
	background: #16b3c6;
	display: block;
	padding: 13px 0;
	text-align: center;
	font-size: 25px;
	letter-spacing: 5px;
	color: #fff;
}

.ziuan-right p {
	float: left;
	width: 150px;
	background: #9ac542;
	margin-left: 15px;
	padding: 11px;
	margin-top: 15px;
	height: 173px;
	color: #fff;
	line-height: 24px;
	font-size: 16px;
}

.ziuan-right p span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}

.ziuan-right-wz {
	padding: 25px 15px;
	overflow: hidden;
	color: #fff;
}

.ziuan-right-wz h3,.ziuan-right-wz h3 {
}

.ziuan-right-wz span,.ziuan-right-wz span {
}

.ziuan-right-wz h3 {
	font-size: 18px;
	font-weight: bold;
	background: #147fa3;
	padding: 10px 7px;
}

.ziuan-right-wz span {
	display: block;
	padding: 10px 12px 5px;
	font-size: 16px;
	margin-top: 10px;
}

.ziuan-right-wz div {
	float: left;
	width: 50%;
}

/*研究院资源 s*/

/*资源团队 k*/
	/*案例*/
.case_main {
	width: 1200px;
	margin: 0 auto;
}

.last {
	margin-right: 0!important;
}
/**/
.case_list .slideTxtBox {
}

.case_list .hd {
	float: left;
	width: 220px;
	margin-bottom: 40px;
}

.case_list .hd ul {
/* box-shadow: 0 20px 50px rgba(0,0,0,.4); */
}

.case_list .hd li {
	display: block;
	cursor: pointer;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	padding: 0 20px;
	font-size: 16px;
	color: #fff;
	background: #333;
	text-transform: capitalize;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
}

.case_list .hd li:hover {
	text-indent: 10px;
}

.case_list .hd ul li.on {
	background: #147fa3;
}

.case_list .hd ul li span {
	font-size: 12px;
	margin-left: 5px;
}

.case_list .bd {
	float: right;
	width: 920px;
	margin-bottom: 15px;
}

.case_list .bd div {
	overflow: hidden;
	margin-bottom: 40px;
	/* height: 384px; */
}

.wow-tow1 {
}

/* .wow-tow1-left {
	float: left;
	background: #ccc;
	width: 370px;
	box-shadow: 13px 135px 0 #147fa3;
} */

.wow-tow1-right {
	float: right;
	width: 100%;
	padding: 20px 0 8px;
	box-shadow: 0 10px 0px #147fa3;
}

.wow-tow1-right b {
	font-size: 20px;
	color: #147fa3;
	padding: 10px 0;
	display: block;
}

.wow-tow1-right p {
	font-size: 14px;
	line-height: 27px;
}


/*资源团队 s*/
/**/
.psge-auts.yewu {
	background: url(../images/rw-pr_02.jpg)  no-repeat;
	overflow: hidden;
}

.yewu-left {
	float: left;
	margin-top: 75px;
}

.yewu-right {
	float: right;
	margin-top: 76px;
}
/**/
.psge-auts.yanjiu {
	background: url(../images/rw-P.jpg);
	overflow: hidden;
}

.yanjin {
	margin-bottom: 50px;
}

.page-aute-bt span {
	font-size: 16px;
	display: block;
	width: 618px;
	margin: 13px auto 0;
	line-height: 31px;
	color: #666;
}
/*创新管理 k*/
.psge-auts.chuxin {
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 50px;
}

.chuxin-li {
}

.chuxin-li li {
	float: left;
	width: 260px;
	background: #f9f9f9;
	margin-right: 50px;
}

.chuxin-li li:nth-child(4n) {
	margin-right: 0;
}

.chuxin-li li b {
	background: #147fa3;
	color: #fff;
	padding: 10px 0;
	display: block;
	font-size: 18px;
	text-align: center;
	letter-spacing: 3px;
}

.chuxin-li li div {
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.chuxin-li li div p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 15px;
}

.chuxin-li li div span {
	display: block;
	background: #16b3c6;
	width: 240px;
	float: left;
	border-radius: 72px;
	text-align: center;
	color: #fff;
	line-height: 45px;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
}



/*创新管理 s*/

/*服务案例 k*/
.multipleLine {
	width: 1200px;
	position: relative;
	margin: 0 auto 45px;
	overflow: hidden;
	z-index: 10;
}

.multipleLine .hd {
	position: absolute;
	z-index: 10;
	width: 1200px;
}

.multipleLine .hd .prev,.multipleLine .hd .next {
	display: block;
	width: 50px;
	height: 66px;
	cursor: pointer;
	background: url("../images/icoLeft.gif") #f8f8f8 no-repeat;
								/* left: 0; */
	float: left;
	background-position-y: 10px;
	z-index: 999;
	bottom: -57px;
	position: relative;
}

.multipleLine .hd .next {
	background: url("../images/icoRight.gif") #f8f8f8 no-repeat;
	position: relative;
	right: 0;
	float: right;
	background-position-y: 10px;
	z-index: 99999;
}

.multipleLine .bd {
	padding: 10px;
	height: 152px;
	overflow: hidden;
	width: 1008px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.multipleLine .bd ul {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 10px;
}

.multipleLine .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	font-size: 16px;
	text-align: left;
	padding: 7px 0;
	color: #666;
	width: 495px;
}

.multipleLine .bd ul li .title {
	line-height: 24px;
}
/*服务案例 s*/